retainAllThat

inline fun <Element> KoneMutableList<Element>.retainAllThat(crossinline predicate: (element: Element) -> Boolean)(source)

Iterates over the collection and retains only the elements matching the predicate.